treemodelfilter: Make the constructor binding friendly
authorJasper St. Pierre <jstpierre@mecheye.net>
Mon, 16 Jul 2012 01:14:33 +0000 (21:14 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Wed, 5 Dec 2012 18:43:19 +0000 (13:43 -0500)
commit7ee5e7af702a6b2794ee6529a617e8dd7af1944a
tree52ac13974db7ec0f165b3a3613596d03907b0cf1
parenta61b3594987d7cf91bcff071f3b8181c4a3a27de
treemodelfilter: Make the constructor binding friendly

This means reffing the root in the set property implementation,
rather than in the constructor. We don't need to unref the root
on set, as it's a CONSTRUCT_ONLY property.

https://bugzilla.gnome.org/show_bug.cgi?id=680065
gtk/gtktreemodelfilter.c